Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/183 - Steal Diamond Game/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/183 - Steal Diamond Game/index.html
450 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Steal The Diamond</title>
<link rel="stylesheet" hr
script.js /cody/swapnilsparsh/30DaysOfJavaScript/183 - Steal Diamond Game/script.js
164 Views
0 Comments
document.querySelector('body').addEventListener('mousemove', eyeBall);

function eyeBall() {
let eye = document.querySelectorAl
style.css /cody/swapnilsparsh/30DaysOfJavaScript/183 - Steal Diamond Game/style.css
199 Views
0 Comments
grid {
display: grid;
grid: 300px/400px;
margin: 10px auto 0;
position: relative;
cursor: pointer;
}
grid > * {